home *** CD-ROM | disk | FTP | other *** search
/ PC Format (Portugal) 16 / PC Format (Portugal) 16.iso / Games / X-men / XMENDEMO.EXE / XMen.exe / 0 / RCDATA / TLOADGAMEFORM / TLOADGAMEFORM.txt < prev   
Text File  |  1997-10-22  |  2KB  |  89 lines

  1. object LoadGameForm: TLoadGameForm
  2.   Left = 363
  3.   Top = 247
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Load Game'
  7.   ClientHeight = 328
  8.   ClientWidth = 429
  9.   Color = clBlack
  10.   Font.Color = 39064
  11.   Font.Height = -16
  12.   Font.Name = 'Courier New'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 18
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 429
  24.     Height = 328
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object RFSpriteControl5: TRFSpriteControl
  29.     Left = 100
  30.     Top = 292
  31.     Width = 104
  32.     Height = 29
  33.     AutoSize = True
  34.     ImageIndex = 0
  35.     CycleInterval = 50
  36.     AnimationActive = False
  37.     Offset.X = 0
  38.     Offset.Y = 0
  39.     BaseFilename = 'launcher\lload'
  40.     OnClick = Button1Click
  41.     OnMouseDown = RFSpriteControl5MouseDown
  42.     OnMouseUp = RFSpriteControl5MouseUp
  43.   end
  44.   object RFSpriteControl1: TRFSpriteControl
  45.     Left = 235
  46.     Top = 292
  47.     Width = 104
  48.     Height = 29
  49.     AutoSize = True
  50.     ImageIndex = 0
  51.     CycleInterval = 50
  52.     AnimationActive = False
  53.     Offset.X = 0
  54.     Offset.Y = 0
  55.     BaseFilename = 'launcher\lcancel'
  56.     OnClick = Button2Click
  57.     OnMouseDown = RFSpriteControl5MouseDown
  58.     OnMouseUp = RFSpriteControl5MouseUp
  59.   end
  60.   object SelectGameBox: TListBox
  61.     Left = 8
  62.     Top = 64
  63.     Width = 409
  64.     Height = 209
  65.     BorderStyle = bsNone
  66.     Color = clBlack
  67.     Ctl3D = False
  68.     Font.Color = 20640
  69.     Font.Height = -16
  70.     Font.Name = 'Courier New'
  71.     Font.Style = []
  72.     ItemHeight = 18
  73.     Items.Strings = (
  74.       '1234567890123456789012345678901234567890'
  75.       '1234567890123456789012345678901234567890'
  76.       '1234567890123456789012345678901234567890'
  77.       '1234567890123456789012345678901234567890'
  78.       '1234567890123456789012345678901234567890'
  79.       '1234567890123456789012345678901234567890'
  80.       '1234567890123456789012345678901234567890'
  81.       '1234567890123456789012345678901234567890'
  82.       '1234567890123456789012345678901234567890'
  83.       '1234567890123456789012345678901234567890')
  84.     ParentCtl3D = False
  85.     ParentFont = False
  86.     TabOrder = 0
  87.   end
  88. end
  89.